SlaveDiagnostics.LinkStatus property
The EtherCAT link of a slave.
The meaning of Link Status bits:
Bit | Name | Description |
---|---|---|
0 | NoLink | No link to the slave. |
1 | LinkNoComm | The slave reports a physical link that has no communication for one or more ports. |
2 | LinkMiss | The slave reports a missing link on one or more ports where a link is expected. |
3 | LinkAdd | The slave reports a link on one or more ports where no link is expected. |
4 | Port0 | Port 0 has one of the previous bits. |
5 | Port1 | Port 1 has one of the previous bits. |
6 | Port2 | Port 2 has one of the previous bits. |
7 | Port3 | Port 3 has one of the previous bits. |
Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public byte LinkStatus { get; }
Public ReadOnly Property LinkStatus As Byte
Property value
Type: byte
See also